home *** CD-ROM | disk | FTP | other *** search
/ Best Tools for JAVA / Best Tools for JAVA.iso / POSTSCPT / GSVIEW / SRC / GSV16SPL.RC < prev    next >
Encoding:
Text File  |  1995-11-23  |  2.6 KB  |  55 lines

  1. /* Copyright (C) 1995, Russell Lang.  All rights reserved.
  2.   
  3.   This file is part of GSview.
  4.   
  5.   This program is distributed with NO WARRANTY OF ANY KIND.  No author
  6.   or distributor accepts any responsibility for the consequences of using it,
  7.   or for whether it serves any particular purpose or works at all, unless he
  8.   or she says so in writing.  Refer to the GSview Free Public Licence 
  9.   (the "Licence") for full details.
  10.   
  11.   Every copy of GSview must include a copy of the Licence, normally in a 
  12.   plain ASCII text file named LICENCE.  The Licence grants you the right 
  13.   to copy, modify and redistribute GSview, but only under certain conditions 
  14.   described in the Licence.  Among other things, the Licence requires that 
  15.   the copyright notice and this notice be preserved on all copies.
  16. */
  17.  
  18. /* gsv16spl.rc */
  19. /* Resources for GSV16SPL.EXE, 16-bit access to print spooler */
  20. /* 1995-11-23 */
  21.  
  22. #include <windows.h>
  23.  
  24. #define ID_GSV16SPL 42
  25. #define ABOUT_ICON 201
  26.  
  27. ID_GSV16SPL ICON "binary/gvwin.ico"
  28.  
  29. AboutDlgBox DIALOG 20, 32, 256, 164
  30. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE
  31. CAPTION "About GSV16SPL "
  32. Font 8, "Helv"
  33. BEGIN
  34.     CONTROL "&Ok", IDOK, "button", BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP | WS_CHILD, 218, 5, 32, 14
  35.     LTEXT "GSV16SPL.EXE", -1, 32, 8, 64, 8
  36.     RTEXT "Version:", -1, 86, 8, 32, 8
  37.     LTEXT "0.1  1995-11-10", -1, 120, 8, 96, 8
  38.     LTEXT "GSview Win32s/Win16 spooler", -1, 32, 16, 180, 8
  39.     LTEXT "Copyright (C) 1995, Russell Lang.  All rights reserved.", -1, 8, 28, 240, 8
  40.     LTEXT "This program is distributed with NO WARRANTY OF ANY KIND.", -1, 7, 48, 240, 8
  41.     LTEXT "No author or distributor accepts any responsibility for the", -1, 7, 56, 240, 8
  42.     LTEXT "consequences of using it, or for whether it serves any particular", -1, 7, 64, 240, 8
  43.     LTEXT "purpose or works at all, unless he or she says so in writing.  Refer", -1, 7, 72, 240, 8
  44.     LTEXT "to the GSview Free Public Licence (the 'Licence') for full details.", -1, 7, 80, 240, 8
  45.     LTEXT "Every copy of GSview must include a copy of the Licence, normally", -1, 7, 92, 240, 8
  46.     LTEXT "in a plain ASCII text file named LICENCE.  The Licence grants you", -1, 7, 100, 240, 8
  47.     LTEXT "the right to copy, modify and redistribute GSview, but only under", -1, 7, 108, 240, 8
  48.     LTEXT "certain conditions described in the Licence.  Among other things,", -1, 7, 116, 240, 8
  49.     LTEXT "the Licence requires that the copyright notice and this notice be", -1, 7, 124, 240, 8
  50.     LTEXT "preserved on all copies.", -1, 7, 132, 240, 8
  51.     LTEXT "Author: Russell Lang  (rjl@aladdin.com)", -1, 8, 146, 240, 8
  52.     ICON ID_GSV16SPL, ABOUT_ICON, 8, 8, 0, 0
  53. END
  54.  
  55.